home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3794 / 3794.xpi / chrome / skin / notifier.css < prev    next >
Cascading Style Sheet File  |  2009-08-13  |  282b  |  17 lines

  1. .notifier-image {
  2.   margin: 2px 5px 0px 5px;
  3. }
  4.  
  5. .notifier-title {
  6.    color: #3B5998;
  7.    font-weight: bold;
  8.    border-bottom: solid 1px #D8DFEA;
  9.    padding-bottom: 4px;
  10.    margin: 5px 5px 6px 5px;
  11. }
  12.  
  13. .notifier-text {
  14.    color: #333333;
  15.    width: 140px;
  16.    margin: 5px 5px 10px 5px;
  17. }